home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / misc / felix / source / felix.h next >
C/C++ Source or Header  |  1999-01-25  |  411b  |  14 lines

  1. //*************************************************************************//
  2. // Filename:    Felix.h
  3. // Autor:       Christian Taulien of Strange Intelligence
  4. // Purpose:     main include file for Felix.api
  5. // Creation:    18. März 1998
  6. //*************************************************************************//
  7.  
  8. #ifndef API_FELIX_H
  9. #define API_FELIX_H
  10.  
  11.     /* nothing defined yet */
  12.  
  13. #endif // API_FELIX_H
  14.